Welcome![Sign In][Sign Up]
Location:
Search - vc j

Search list

[GDI-BitmapVC++5.0MFCEXAMPLE

Description: Visual C++ MFC扩展编程实例/(美)[J.E.斯文克]John E.Swanke著 一书的配套实例, 基于VC++5.0开发,有将近70个实例,对于想学习MFC的初学者非常有参考价值-expansion MFC Visual C programming examples / (U.S.) [J.E. Schwentke] John E.S wanke with a book supporting examples, based on the development of the VC 5.0, nearly 70 examples, want to learn for beginners MFC very valuable reference
Platform: | Size: 1768167 | Author: andy | Hits:

[Shot Game坦克混战

Description: 游戏简介:  可以两个人一起玩的坦克游戏,越玩越好玩。这是本人用VC++制作的第一个游戏,需要源代码与作者联系。操作方法:  Player1: w上 s下 a左 d右 j开炮  Player2: 方向键 0开炮-game description : two can play together tanks game, the more fun to play more. This is my VC production of a game, needs the source code associated with the author. The methods of operation : Player : w s on the left under a right d j fired Player2 : 0 direction keys fired
Platform: | Size: 2632704 | Author: 米饭 | Hits:

[Graph Recognize车牌定位

Description: 车牌定位 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j= Pi,j-Pi,j-1 i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-positioning plates used to break pic examples directory of images, and then click the button "turn", "1", "2", "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-gt; 256-color grayscale. 2. Pretreatment : median filter. 3. Binary : an initial threshold value T A pair of images for two to be two binary images B value. T initial threshold value to determine the method is : Select threshold T = Tc- (Tc-Gmin)/3, respectively Gmin saturated and is the highest and the lowest gray value. The threshold values for different licenses are certain adaptability, to ensure that basic background was home to 0, to highlight regional licenses. 4. Weakened background interference. The images do sim
Platform: | Size: 734208 | Author: 何问宇 | Hits:

[Documentsc语言教程(www.vcok.com版)

Description: 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)    for (k=1 k<5 k++)    {     if (i!=k&&i!=j&&j!=k)    /*确保i、j、k三位互不相同*/     printf("%d,%d,%d\n",i,j,k)    }-classic procedures hundred cases == 1-- 10 procedures-- a topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code : main () (int i, j, k printf ( "\ n") for (i = 1 ilt; 5 i)/* the following as the triple cycle*/for (j = 1 JLT; 5 j) for (k = 1 KLT; 5 k) (if (i! = ki! = jj! = k)/* i, j, k three disparate*/printf ( "% d,% d,% d \ n ", i, j, k
Platform: | Size: 304128 | Author: 刘宋 | Hits:

[GDI-Bitmapvcppnet-htp1_examples

Description: VC++.NET大学教程 本书由H.M.Deitel,P.J.Deitel,J.P.Liperi和C.H.Yaeger共同编写,Deitel父子二人曾合作编写了最畅销的C++教材C++How To Program。本书同样借助Deitel独有的“LIVE-CODE”方法,通过数百个工作程序(约22 000行代码),讲授如何用Visual C++进行程序设计。 本书基于最新的Visual Studio 2003,采用最受读者欢迎的、教学和学习效果都很显著的“活代码”方式,由浅入深、循序渐进地介绍了Visual C++ .NET的特性。贯穿全书的编程提示(如良好编程习惯、常见编程错误、软件工程知识、界面知识、错误预防提示、性能提示、移植性提示)、各章后面的小结、自测题、自测题答案和练习题,非常有助于读者巩固所学知识。 本书难度适中,是学习Visual C++ .NET的理想用书。 -VC.NET university course book by H. M. Deitel, P. J. Deitel, J.P. Liperi and C. H. Yaeger prepared jointly, Deitel father and the son have jointly prepared a best-selling textbook C C How To Program. The book also help Deitel unique "LIVE-CODE" method, through hundreds of procedures (about 22,000 lines of code), taught how to use Visual C for programming. The book based on the latest Visual Studio 2003, used most readers welcome, teaching and learning are very significant effect "runtime", elementary, gradual introduction of the Visual C.NET features. Throughout the book suggested programming (such as good programming practice, common programming errors, software engineering knowledge, knowledge interface, error Prevention suggest that performance suggest that the tra
Platform: | Size: 20017152 | Author: aa | Hits:

[GDI-Bitmapxianshijpggif

Description: 显示jpg,jif图片,用vc实现-show jpg, jif pictures, using vc achieve
Platform: | Size: 28672 | Author: pan | Hits:

[transportation applicationslicense_orientation

Description: 车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。 -positioning plates-- VC source code procedures 1.24 true color-
Platform: | Size: 761856 | Author: 贺娜 | Hits:

[GDI-BitmapVC++5.0MFCEXAMPLE

Description: Visual C++ MFC扩展编程实例/(美)[J.E.斯文克]John E.Swanke著 一书的配套实例, 基于VC++5.0开发,有将近70个实例,对于想学习MFC的初学者非常有参考价值-expansion MFC Visual C programming examples/(U.S.) [J.E. Schwentke] John E.S wanke with a book supporting examples, based on the development of the VC 5.0, nearly 70 examples, want to learn for beginners MFC very valuable reference
Platform: | Size: 1767424 | Author: andy | Hits:

[Graph Recognizedetect_vc++_

Description: 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-use when used to break pic examples directory of images, then click the buttons were "transferred" "1" and "2", "3" and "4" and "5", we can achieve precise positioning of the plates. Concrete steps 1.24 true color-
Platform: | Size: 2737152 | Author: 张甲杰 | Hits:

[Special Effectscximage-BmpToJPG

Description: 一个VC DEMO,可将一个目录中所有的BMP文件转换为JPG文件,可以看一看。-a VC can be a directory of all the BMP files into the JPG document, can look at.
Platform: | Size: 2476032 | Author: 化雪 | Hits:

[GDI-Bitmapgdiexample

Description: 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像-Developed using vc realize the image decoding, supported formats, including BMP, JPG, WMF, ICO, GIF, PNG, TIFF. Source code is a simple image browser example, demonstrate how to interface with IImgCtx decoding, display images
Platform: | Size: 6445056 | Author: yang | Hits:

[VC/MFCinside_vc_sourcecode

Description: 经典Visual C++技术内幕第四版源码。(美)David J. Kruglinski绝版作品,潘爱民老师译,值得推荐。-Classic Visual C++ Technical insider fourth source. (United States) David J. Kruglinski out-of-print works, PAN Ai-min translation teachers, worthy of recommendation.
Platform: | Size: 3083264 | Author: 罗亮 | Hits:

[Picture ViewermfcJPG

Description: 利用VC程序现实图像文件,在MFC程序中显示JPG文件-Procedures for the use of VC realistic image file, in the MFC program to display JPG files
Platform: | Size: 529408 | Author: daidai | Hits:

[DirextXLoadJPG

Description: DirectX编程,在DX环境中加载显示jpg图片文件,用到了ijl15.dll。 开发工具:VC.net 2003-DirectX programming environment is loaded in DX show jpg image file, use the ijl15.dll. Development Tools: VC.net 2003
Platform: | Size: 631808 | Author: 杨天 | Hits:

[VC/MFCASP

Description: 本教程举例说明了如何使用 ADO 编程模型对数据源进行查询及更新。教程首先讲述了完成此项任务的必要步骤,然后分别通过 Microsoft Visual Basic、以 VC++ Extensions 为特征的 Microsoft Visual C++、Microsoft Visual Basic、Scripting Edition 和以 ADO for Windows Foundation Classes (ADO/WFC) 为特征的 Microsoft Visual J++ 进行更为具体的说明。-This tutorial illustrates how to use the ADO programming model for the data source query and update. First Tutorial about the completion of the tasks necessary steps, and then through the Microsoft Visual Basic, to VC++ Extensions characterized Microsoft Visual C++, Microsoft Visual Basic, Scripting Edition and ADO for Windows Foundation Classes (ADO/WFC) for the characteristics of Microsoft Visual J++ more specific.
Platform: | Size: 544768 | Author: kele2010 | Hits:

[AI-NN-PRVC++GeneticAlgorithm

Description: 很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-A classic algorithm. We do engineering and communications are used. Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian natural selection to genetic selection and biological evolution of the computing model is a natural evolutionary process by simulating the optimal solution search methods, it is the United States Michigan University in 1975, Professor J. Holland was first put forward, and published influential monographs
Platform: | Size: 106496 | Author: 林宇贞 | Hits:

[Picture Viewer107215800jpegapi

Description: 用VC打开jpg文件, jpg转bmp bmp转jpg格式-Jpg files using VC open, jpg to bmp bmp to jpg format
Platform: | Size: 1187840 | Author: 郑贤华 | Hits:

[Picture ViewerJPG

Description: VC JPG图片操作源码 包括图片的放大,缩小,拖动等, 很多不足之处还望见谅。-VC JPG picture, including picture of the source operation to enlarge, reduce drag and so on, a lot of inadequacies in hope that will be forgiven.
Platform: | Size: 410624 | Author: 郭子 | Hits:

[GUI Developj

Description: vc++计算器的代码,希望对学vc++的同学有用-vc++ calculator code, want to learn vc++ useful for students who
Platform: | Size: 2048 | Author: liudehua | Hits:

[Process-Threadaaa13.j

Description: VC++多线程操作实例源代码 很不错的经典。
Platform: | Size: 137216 | Author: lwxxert | Hits:
« 12 3 4 »

CodeBus www.codebus.net